Welcome![Sign In][Sign Up]
Location:
Search - pe file

Search list

[OtherWinPe

Description: 一个PE文件分析器,可分析Win32文件格式,列出导入导出表和程序的其它信息-a PE File Analyzer, analysis Win32 file format, Import and Export of listed tables and other information procedures
Platform: | Size: 19456 | Author: | Hits:

[OS programFindOEP

Description: OEP是每个PE文件读取时的起始地址,该程序给出两种方法来读取OEP,一种是直接从PE文件读取;另一种是将PE映射到内存中来读取。-OEP each PE file read at the opening address, the program gives two ways to read OEP. A PE is directly from the document read. Another is to PE Maps memory to read.
Platform: | Size: 32768 | Author: byron | Hits:

[OS programModifyPefile

Description: 该程序改写PE文件头,插入一段代码,使PE文件运行时先启动我们的代码,此例中以系统自带的计数器为要改写的PE文件。-the program rewritten PE file, insert a code to enable PE document first started running our code, such cases were to bring their own system for the counter to rewrite the document PE.
Platform: | Size: 29696 | Author: byron | Hits:

[Windows Developpemodify

Description: Windows NT 3.1引入了一种名为PE文件格式的新可执行文件格式。PE文件格式的规范包含在了MSDN的CD中(Specs and Strategy, Specifications, Windows NT File Format Specifications),但是它非常之晦涩。本程序实现了对PE文件的修改.-Windows NT 3.1 introduces a file format called PE a new executable file format. PE file format specification is included in the MSDN the CD in (Specs and Strategy, Specifications, Windows NT File Format Specifications), but it is very obscure. Realize this process of PE file changes.
Platform: | Size: 47104 | Author: 杨秉岐 | Hits:

[Otherpeviewer

Description: PE文件头的查看工具,用于查看PE文件头-PE file header of the view the tool to view PE file header
Platform: | Size: 135168 | Author: 父亲 | Hits:

[OS programStud_PE

Description: 列举系统进程,PE文件格式的显示 列举系统进程,PE文件格式的显示-Listed systems process, PE file format display system, the process of enumeration, PE file format display
Platform: | Size: 594944 | Author: tmk | Hits:

[Process-ThreadPEEncrypt

Description: PEEncrypt PE加密程序Delphi源代码,能保护你的PE文件-PEEncrypt PE encryption Delphi source code, to protect your PE file
Platform: | Size: 402432 | Author: 吴铭 | Hits:

[OtherPE_knoeladge

Description: 详细介绍WINDOWS PE文件格式,对PE格式有所兴趣的读者均可阅读-Details WINDOWS PE file format, on the PE format interested readers can read
Platform: | Size: 712704 | Author: haoyu | Hits:

[File OperatePEinstalling

Description: 查询PE文件结构-PE file structure query
Platform: | Size: 35840 | Author: | Hits:

[File Operatepemaker7

Description: PE文件操作-PE file operations
Platform: | Size: 197632 | Author: | Hits:

[Windows DevelopPE

Description: 文件PE头的读取 文件PE头的读取-PE file header read the file PE header read
Platform: | Size: 161792 | Author: white_water125 | Hits:

[OS programrbPEFormatViewer

Description: vc6.0, PE文件格式查看,可以查看PE文件头信息、节信息、输入表信息以及输出表信息-vc6.0, PE file format view, you can view PE file header information, festival information, enter the table information, as well as output tables of information
Platform: | Size: 41984 | Author: 犁田 | Hits:

[OS programCPEModule

Description: 用于检测某一PE文件,是否含有指定的导入函数;若含有,则返回结果为0,不含有则返回结果为1,异常出错则返回-1;输入参数为:1、PE文件的路径;2、匹配的导入函数名。-For the detection of a PE file, whether it contains the designated import function if they contain, then return the result to 0, does not contain the result is returned to 1, exception error is returned-1 input parameters: 1, PE file path 2, matching the import function names.
Platform: | Size: 3072 | Author: 戴进军 | Hits:

[Windows DevelopCBinaryFindModule

Description: 检测某一PE文件的.rdata区段中是否含有指定的字符串;输入参数:1、PE文件的存放路径;2、检测的字符串内容。-Detection of a PE file. Rdata section if it contains the specified string input parameters: 1, PE file storage path 2, detection of the contents string.
Platform: | Size: 3072 | Author: 戴进军 | Hits:

[Windows DevelopAddData

Description: PE文件增加数字签名的测试程序-Increase in PE file digital signature test procedures
Platform: | Size: 1963008 | Author: liio | Hits:

[File OperatefenxiPEFILE

Description: 一个功能齐全的分析windows平台PE文件格式的程序源代码。-Analysis of a fully functional windows platform PE file format of source code.
Platform: | Size: 35840 | Author: ffss | Hits:

[Hook apiexpxv.5

Description: 这是一个编辑/查看PE文件导出表的工具。利用它可以方便的对PE文件的导出表进行增、删、改的操作,现在它还可以用于给没有导出表的文件添加导出函数。 这个工具除了PE diy外,通过为导出函数添加Forward信息等方法还可以实现函数hook,dll注入等功能。-This is an edit/view PE file Export Table tool. It can be convenient to use for PE files by exporting table, delete, change operations, and now it can be used to export the table did not add export function. PE diy this tool in addition to outside, through the Export function to add information such as Forward method can also achieve the function hook, dll injection functions.
Platform: | Size: 96256 | Author: 董林 | Hits:

[OS programPE_Labs

Description: Well, i started coding PE things to test my knowledge sometime ago..and almost without noticing my things started to grow in size and functionality. Basically this program will inform you about what i consider to be the most important pieces of information about a given PE file. PE scanner,analizer,call it whatever. Maybe the most usefull feature is the one concerning the import table. Ok enough! go and try it! but first read on..
Platform: | Size: 44032 | Author: | Hits:

[Hook apiHookDll

Description: PE文件是windows(95/98/NT)目前采用的可执行文件格式。流行的CIH病毒就是通过改变PE文件的内容,并且保持文件大小不变,从而实现自己的功能。本程序通过分析PE文件格式,将可执行文件的文件定位表重新定位,指向用户编写的DLL,然后指令指针返回正常调用位置。在DLL中通过系统挂钩,实现了后台各种级别密码的截获功能。 -PE file is windows (95/98/NT) is currently used in the executable file format. CIH virus is prevalent PE by changing the contents of the file, and keep the file size unchanged, and thus realize their functions. This procedure by analyzing the PE file format, the executable file to re-positioning table positioning, pointing users to the preparation of the DLL, and then return to normal call instruction pointer location. Adopted in the DLL system linking all levels realize the background of the intercepted password function.
Platform: | Size: 64512 | Author: sujun | Hits:

[File OperatePEFileStruct

Description: 自己整理的,详细介绍了PE文件的格式 希望对大家有用-Their finishing details of the PE file format hope everyone useful
Platform: | Size: 307200 | Author: 陈煜 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 31 »

CodeBus www.codebus.net